home *** CD-ROM | disk | FTP | other *** search
/ Champak 31 / Volume 31 - JOGO DISK .iso / Games / digital_tunnel.swf / scripts / DefineButton2_295 / BUTTONCONDACTION on(rollOut).as
Text File  |  2007-01-15  |  165b  |  9 lines

  1. on(rollOut){
  2.    if(_root.levelstarted == true)
  3.    {
  4.       _root.cursor.gotoAndStop(3);
  5.       _root.levelstarted = false;
  6.       _root.colidded = true;
  7.    }
  8. }
  9.